➕ Increment
The Increment action increases the value of a selected numeric variable by a specified constant amount.
Configuration
- Select Variable: Choose the numeric variable you want to increase.
- Increment Value: Enter the constant numeric value to add to the selected variable.
Features
- Supports incrementing integer and floating-point variables.
- Useful for counters, accumulating totals, or managing limits.
- Allows precise control over numeric variable updates.
- Can be combined with conditional logic to trigger events when thresholds are met.
Use Cases
- Increase counters or score values in Pageflowss.
- Track quantities or accumulate data dynamically.
- Manage loop iterations or retry attempts.
- Update totals in financial or inventory processes.
Notes
- Ensure the selected variable is numeric to avoid errors.
- Validate the increment value to be a positive number.
- Use carefully to avoid unintended overflow or excessive values.
Tip: Use Increment with conditions to monitor variable ranges and trigger actions accordingly.